Package com.cisco.pt.ipc.sim
Interface DHCPv6ClientProcess
- All Known Implementing Classes:
DHCPv6ClientProcessImpl
Information provided by the PKI file:
\class Dhcpv6ClientProcess
\brief Dhcpv6ClientProcess handles the DHCPv6 client process.
\example network().getDevice("Router0").getProcess("Dhcpv6ClientProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidenableDhcpClient(DHCPv6ClientEnabled enable, String portName, String prefixName) Information provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
enableDhcpClient
Information provided by the PKI file:
\brief Enable Dhcp Client process \param enable, Dhcpv6::EDhcpv6ClientEnabled eClientEnabled_No = 0, eClientEnabled_ViaDhcp = 1, eClientEnabled_ViaNd = 2 \param portName, port name \param prefixName, prefix name- Parameters:
enable- Takes in a parameter of enableportName- Takes in a parameter of portNameprefixName- Takes in a parameter of prefixName
-
isDhcpClientEnabled
boolean isDhcpClientEnabled()Information provided by the PKI file:
\brief Check if DHCP Client is enabled \param bool, return true if enabled and false if not- Returns:
- boolean Returns a boolean
-